github.com/aws/aws-sdk-go-v2/service/internal/checksum.validateChecksumReader.body (field)

3 uses

	github.com/aws/aws-sdk-go-v2/service/internal/checksum (current package)
		algorithms.go#L251: 	body           io.Reader
		algorithms.go#L271: 		body:           io.TeeReader(body, hasher),
		algorithms.go#L286: 	n, err = c.body.Read(p)